As a game developer, which data structure use for develop the game? [duplicate]
        Posted  
        
            by 
                Rizwanabbasi
            
        on Game Development
        
        See other posts from Game Development
        
            or by Rizwanabbasi
        
        
        
        Published on 2013-06-25T18:21:32Z
        Indexed on 
            2013/06/25
            22:30 UTC
        
        
        Read the original article
        Hit count: 543
        
data-structure
This question already has an answer here:
- When should vector/list be used? 5 answers
We are developing a game for bank robbery.
The game plots a bank robbery. Lots of people witness that robbery. Our game will load the lists of suspected offenders while the players (witnesses) will have to identify the offenders of this robbery. Game should load list of offenders to identify the one as quickly as possible. Admin can add/remove offenders in the lists and two or more lists of offenders can also be merged into one (to show it to the player).
As a game developer, which data structure we should use for develop the game? Justify your selection with solid arguments. Remember the most critical requirement is that the list should load super fast.
© Game Development or respective owner